3.1.95 \(\int \frac {1}{(a+b x^3)^{2/3} (c+d x^3)} \, dx\) [95]

Optimal. Leaf size=59 \[ \frac {x \left (1+\frac {b x^3}{a}\right )^{2/3} F_1\left (\frac {1}{3};\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \left (a+b x^3\right )^{2/3}} \]

[Out]

x*(1+b*x^3/a)^(2/3)*AppellF1(1/3,2/3,1,4/3,-b*x^3/a,-d*x^3/c)/c/(b*x^3+a)^(2/3)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 59, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {441, 440} \begin {gather*} \frac {x \left (\frac {b x^3}{a}+1\right )^{2/3} F_1\left (\frac {1}{3};\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \left (a+b x^3\right )^{2/3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((a + b*x^3)^(2/3)*(c + d*x^3)),x]

[Out]

(x*(1 + (b*x^3)/a)^(2/3)*AppellF1[1/3, 2/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/(c*(a + b*x^3)^(2/3))

Rule 440

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, (-b)*(x^n/a), (-d)*(x^n/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 441

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^F
racPart[p]/(1 + b*(x^n/a))^FracPart[p]), Int[(1 + b*(x^n/a))^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n,
p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b x^3\right )^{2/3} \left (c+d x^3\right )} \, dx &=\frac {\left (1+\frac {b x^3}{a}\right )^{2/3} \int \frac {1}{\left (1+\frac {b x^3}{a}\right )^{2/3} \left (c+d x^3\right )} \, dx}{\left (a+b x^3\right )^{2/3}}\\ &=\frac {x \left (1+\frac {b x^3}{a}\right )^{2/3} F_1\left (\frac {1}{3};\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \left (a+b x^3\right )^{2/3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B] Leaf count is larger than twice the leaf count of optimal. \(161\) vs. \(2(59)=118\).
time = 10.06, size = 161, normalized size = 2.73 \begin {gather*} -\frac {4 a c x F_1\left (\frac {1}{3};\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{\left (a+b x^3\right )^{2/3} \left (c+d x^3\right ) \left (-4 a c F_1\left (\frac {1}{3};\frac {2}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )+x^3 \left (3 a d F_1\left (\frac {4}{3};\frac {2}{3},2;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )+2 b c F_1\left (\frac {4}{3};\frac {5}{3},1;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )\right )\right )} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[1/((a + b*x^3)^(2/3)*(c + d*x^3)),x]

[Out]

(-4*a*c*x*AppellF1[1/3, 2/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/((a + b*x^3)^(2/3)*(c + d*x^3)*(-4*a*c*Appel
lF1[1/3, 2/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)] + x^3*(3*a*d*AppellF1[4/3, 2/3, 2, 7/3, -((b*x^3)/a), -((d*x
^3)/c)] + 2*b*c*AppellF1[4/3, 5/3, 1, 7/3, -((b*x^3)/a), -((d*x^3)/c)])))

________________________________________________________________________________________

Maple [F]
time = 0.06, size = 0, normalized size = 0.00 \[\int \frac {1}{\left (b \,x^{3}+a \right )^{\frac {2}{3}} \left (d \,x^{3}+c \right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^3+a)^(2/3)/(d*x^3+c),x)

[Out]

int(1/(b*x^3+a)^(2/3)/(d*x^3+c),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^3+a)^(2/3)/(d*x^3+c),x, algorithm="maxima")

[Out]

integrate(1/((b*x^3 + a)^(2/3)*(d*x^3 + c)), x)

________________________________________________________________________________________

Fricas [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^3+a)^(2/3)/(d*x^3+c),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (a + b x^{3}\right )^{\frac {2}{3}} \left (c + d x^{3}\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x**3+a)**(2/3)/(d*x**3+c),x)

[Out]

Integral(1/((a + b*x**3)**(2/3)*(c + d*x**3)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^3+a)^(2/3)/(d*x^3+c),x, algorithm="giac")

[Out]

integrate(1/((b*x^3 + a)^(2/3)*(d*x^3 + c)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {1}{{\left (b\,x^3+a\right )}^{2/3}\,\left (d\,x^3+c\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a + b*x^3)^(2/3)*(c + d*x^3)),x)

[Out]

int(1/((a + b*x^3)^(2/3)*(c + d*x^3)), x)

________________________________________________________________________________________